Dashboard Temp Share Shortlinks Frames API

cody - HTMLify profile

files of /cody/solygambas/html-css-javascript-projects/099-parallax website/

index.html /cody/solygambas/html-css-javascript-projects/099-parallax website/index.html
392 Views
0 Comments
<!-- Build Parallax Website With HTML CSS & Javascript by Simo Edwin - Dev Ed (2021)
see: https://www.youtube.com/watch?v=Nt70Ld
script.js /cody/solygambas/html-css-javascript-projects/099-parallax website/script.js
255 Views
0 Comments
let controller = new ScrollMagic.Controller();
let timeline = new TimelineMax();

timeline
.to(".rock", 10, { y: -300 })
.to
style.css /cody/solygambas/html-css-javascript-projects/099-parallax website/style.css
199 Views
0 Comments
@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@400;700&display=swap");

* {
box-sizing: border-box;
marg